home *** CD-ROM | disk | FTP | other *** search
/ NetNews Offline 2 / NetNews Offline Volume 2.iso / news / comp / lang / c-part1 / 9091 < prev    next >
Encoding:
Internet Message Format  |  1996-08-05  |  1.1 KB

  1. Path: news.xnet.com!news-admin
  2. From: kd9fb@xnet.com (Peter Mikalajunas)
  3. Newsgroups: comp.lang.c
  4. Subject: Re: Q: identify PC uniquely
  5. Date: Thu, 07 Mar 1996 05:11:11 GMT
  6. Organization: XNet - A Full Service Internet Provider - (708) 983-6064
  7. Message-ID: <4hlqtd$6un@flood.xnet.com>
  8. References: <4hjme7$q4t@pukrs7.puk.ac.za>
  9. NNTP-Posting-Host: monsoon.xnet.com
  10. X-Newsreader: Forte Free Agent 1.0.82
  11.  
  12. Petri Jooste <rkwjpj@rivier1.puk.ac.za> wrote:
  13.  
  14. >Is there a way to write a C program to get unique system
  15. >information on a PC?  For example a serial number of the CPU.
  16.  
  17. There is no such thing a CPU serial number that can be 
  18. access via software.
  19.  
  20. >Alternatively I could build an identification code from the
  21. >combination of some specs:  bios version, CPU speed, amount of RAM,
  22. >hard disk specs: Cyl, head, tracks, size .... 
  23.  
  24. Everything you mentioned can be replaced by the user.
  25.  
  26. >How do I access these specs from a C program ?
  27.  
  28. Check in comp.os.msdos.programmer, their faq will
  29. point in the right direction.
  30.  
  31. >I want to use it to authenticate software installation.
  32.  
  33. In the end you may need a dongle.
  34.  
  35. kd9fb@xnet.com
  36. http://www.xnet.com/~kd9fb
  37.  
  38.